Opc.Ua.Core
CertificateIdentifierCollection Constructor(IEnumerable<CertificateIdentifier>)



Opc.Ua Namespace > CertificateIdentifierCollection Class > CertificateIdentifierCollection Constructor : CertificateIdentifierCollection Constructor(IEnumerable<CertificateIdentifier>)
A collection of values to add to this new collection
Initializes the collection from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of CertificateIdentifier) _
)
'Usage
 
Dim collection As IEnumerable(Of CertificateIdentifier)
 
Dim instance As New CertificateIdentifierCollection(collection)
public CertificateIdentifierCollection( 
   IEnumerable<CertificateIdentifier> collection
)
public:
CertificateIdentifierCollection( 
   IEnumerable<CertificateIdentifier^>^ collection
)

Parameters

collection
A collection of values to add to this new collection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateIdentifierCollection Class
CertificateIdentifierCollection Members
Overload List